home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / audiovdd.zip / README.DOS < prev    next >
Text File  |  1992-11-24  |  2KB  |  47 lines

  1. Instructions for installing the DOS Virtual Audio driver:
  2.  
  3. Prerequisites:
  4.  
  5. 1) You must have a 386 or 386SX or above PC
  6. 2) You must be using DOS 5.0
  7. 3) Memory managers such as EMM386 or QEMM386 must not be installed.
  8.    HIMEM is ok, and should be used to load DOS high (refer to your
  9.    DOS documentation).
  10.  
  11.   The VDD will attempt to map the sounds requested by the application to
  12.   the nearest M-ACPA sound.  In most cases this is quite acceptable, but
  13.   in any case it will sound different.
  14.  
  15. /****************************************************************************/
  16.   Install Instructions
  17. /****************************************************************************/
  18.  
  19. 1) Copy the IBMMPC.DSP file to the root of the C: drive
  20. 2) Copy the following drivers to a directory on your hard drive:
  21.             SVAUDIO.EXE
  22.             ACPAD2.SYS
  23.    Ensure that the directory is included in your PATH statement.
  24. 3) Update your C:\CONFIG.SYS to include:
  25.             device=ACPAD2.SYS 1
  26. 4) Reboot your system.
  27. 5) Prior to running any audio programs, load the driver by entering:
  28.             SVAUDIO
  29.    The driver will remain installed until the next boot.
  30.  
  31. /****************************************************************************/
  32.       The TSR requires approximately 28K of memory. Typically, on a machine
  33.   running DOS 5.0, approximately 470K of memory is available. Optionally,
  34.   loading DOS in high memory(with HIMEM) leaves approximately 520K of memory
  35.   available. Note that this precludes running a number of applications
  36.   which require memory in excess of these figures.
  37.       Many applications operate in 'direct mode' whereby data is sent
  38.   directly to the audio card DSP through IN/OUT instructions. This mode
  39.   is not supported and such applications will not work. Also, some
  40.   applications use the audio card interface to control timing. These also
  41.   will not work at this time.
  42.       A final caveat: the SVAUDIO TSR uses the 386 protect mode logic to
  43.   monitor for selected audio-related events. It is not compatible with
  44.   existing extenders or, in general, with any other software that uses
  45.   protect mode. Error handling is not very robust at this time. Be prepared
  46.   to reboot.
  47.